Conversation
|
For new commands please use the extensions mechanism as described at https://github.com/github/spec-kit/tree/main/extensions |
Change to use the extension mechanism |
|
@dsrednicki You will have to host it on a GitHub repo you own similar to the V-Model extension does, see #1640 and the repository for the extension itself at https://github.com/leocamello/spec-kit-v-model I hope that clarifies it enough? Feel free to ask more questions. Tagging @leocamello as well as he just went through the process and might be available to answer questions as well |
7f272c2 to
80473da
Compare
**Repository**: https://github.com/dsrednicki/spec-kit-cleanup **Version**: 1.0.0 **License**: MIT **Author**: @dsrednicki Adds catalog entry for the Cleanup Extension - a post-implementation quality gate that fixes small issues (scout rule), creates tasks for medium issues, and generates analysis for large issues.
80473da to
11c151e
Compare
Thanks for the support. |
|
@dsrednicki Can you resolve the conflicts? |
resolved |
There was a problem hiding this comment.
Pull request overview
This PR adds the "Cleanup Extension" to the community extension catalog, enabling users to install it via specify extension add cleanup. The extension provides post-implementation quality gates that automatically fix small issues (following the "Scout Rule"), create tasks for medium issues, and generate reports for larger technical debt.
Changes:
- Added new "cleanup" extension entry to
extensions/catalog.community.jsonwith complete metadata including download URL, version, license, and capability information - Updated catalog's top-level
updated_attimestamp to reflect the addition
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
**Repository**: https://github.com/dsrednicki/spec-kit-cleanup **Version**: 1.0.0 **License**: MIT **Author**: @dsrednicki Adds catalog entry for the Cleanup Extension - a post-implementation quality gate that fixes small issues (scout rule), creates tasks for medium issues, and generates analysis for large issues.
|
the ext is missing here https://github.com/github/spec-kit/tree/main/extensions |
Extension: Cleanup Extension
Repository: https://github.com/dsrednicki/spec-kit-cleanup
Version: 1.0.0
License: MIT
Author: @dsrednicki
What it does
Post-implementation quality gate that reviews changes and handles issues by severity:
Key features
Commands
/speckit.cleanup.run/speckit.cleanupHook
after_implement- Prompts to run cleanup after/speckit.implementcompletesCatalog entry changes
Adds a single entry to
extensions/catalog.jsonwith download URL pointing to the v1.0.0 release.Installation (once merged)